home *** CD-ROM | disk | FTP | other *** search
/ The Mac Mega CD - Killer Software / The Mac Mega CD - Killer Software (May 1996).dmg / Shareware City / Sound / MacMikMod 2.10+src / source / wildfile.h < prev   
Encoding:
C/C++ Source or Header  |  1995-11-19  |  96 b   |  7 lines  |  [TEXT/KAHL]

  1. #ifndef WILDFILE_H
  2. #define WILDFILE_H
  3.  
  4. void MyGlob(int *argc,char **argv[],int attrib);
  5.  
  6. #endif
  7.